.first-template__container {
  background: transparent;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 60px;
  padding: 4rem 0;
  max-width: 360px;
  height: 640px;
}

.first-template__image {
  max-width: 150px;
}
.first-template__image img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
}

.first-template__container h2 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  font-family: inter;
}
.first-template__container h2 span {
  color: #ffffff;
}
.first-template__container span {
  color: #ffffff;
  font-size: 16px;
  font-family: dana;
}

.first-template__frame {
  border-radius: 28px;

  /* template-container__frame width&height */
  width: 224px;
  height: 56px;
  display: flex;
  justify-content: space-between;
}
.first-template__frame a {
  height: 48px;
  width: 48px;
  background-color: #de7129;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-template__pages {
  bottom: 17px;

  display: flex;
  gap: 5px;
}
.first-template__pages div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.first-template__pages div:first-child {
  width: 16px;
  background-color: #de7129;
  border-radius: 4px;
}

#event {
  font-family: dana;
  position: fixed;
  background-color: #dc9442;
  top: -80px;
  z-index: 100;
  width: 100%;
  transition: 1s;
  opacity: 0;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#event p {
  text-align: center;
}
#event button {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  font-family: inherit;
  background-color: transparent;
}
